[INFO] cloning repository https://github.com/StreamLineLabs/streamline-marketplace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/StreamLineLabs/streamline-marketplace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStreamLineLabs%2Fstreamline-marketplace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStreamLineLabs%2Fstreamline-marketplace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cda43e4f76b0081da4b18640e77269c1cea7fca5
[INFO] fixing StreamLineLabs/streamline-marketplace against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FStreamLineLabs%2Fstreamline-marketplace" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/StreamLineLabs/streamline-marketplace
[INFO] finished tweaking git repo https://github.com/StreamLineLabs/streamline-marketplace
[INFO] tweaked toml for git repo https://github.com/StreamLineLabs/streamline-marketplace written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/StreamLineLabs/streamline-marketplace on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/StreamLineLabs/streamline-marketplace already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-0-tc1/source/transforms/ai-classifier/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bumpalo v3.20.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21
[INFO] running `Command { std: "docker" "start" "ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/transforms/ai-classifier/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking clap_builder v4.5.59
[INFO] [stderr]     Checking json-filter v0.3.0 (/opt/rustwide/workdir/transforms/json-filter)
[INFO] [stderr]     Checking schema-validator v0.3.0 (/opt/rustwide/workdir/transforms/schema-validator)
[INFO] [stderr]     Checking timestamp-enricher v0.3.0 (/opt/rustwide/workdir/transforms/timestamp-enricher)
[INFO] [stderr]     Checking field-router v0.3.0 (/opt/rustwide/workdir/transforms/field-router)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/timestamp-enricher/src/lib.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/field-router/src/lib.rs:139:15
[INFO] [stdout]     |
[INFO] [stdout] 139 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/field-router/src/lib.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/timestamp-enricher/src/lib.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/json-filter/src/lib.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/json-filter/src/lib.rs:216:15
[INFO] [stdout]     |
[INFO] [stdout] 216 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/schema-validator/src/lib.rs:196:15
[INFO] [stdout]     |
[INFO] [stdout] 196 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/schema-validator/src/lib.rs:223:15
[INFO] [stdout]     |
[INFO] [stdout] 223 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/schema-validator/src/lib.rs:196:15
[INFO] [stdout]     |
[INFO] [stdout] 196 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/schema-validator/src/lib.rs:223:15
[INFO] [stdout]     |
[INFO] [stdout] 223 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/field-router/src/lib.rs:139:15
[INFO] [stdout]     |
[INFO] [stdout] 139 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/field-router/src/lib.rs:162:15
[INFO] [stdout]     |
[INFO] [stdout] 162 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]     Checking pii-redactor v0.3.0 (/opt/rustwide/workdir/transforms/pii-redactor)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/pii-redactor/src/lib.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 244 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> transforms/pii-redactor/src/lib.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 244 |         match CONFIG.as_ref() {
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking clap v4.5.59
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking streamline-redis-sink v0.1.0 (/opt/rustwide/workdir/transforms/redis-sink)
[INFO] [stderr]     Checking streamline-snowflake-sink v0.1.0 (/opt/rustwide/workdir/transforms/snowflake-sink)
[INFO] [stderr]     Checking streamline-http-webhook-sink v0.1.0 (/opt/rustwide/workdir/transforms/http-webhook-sink)
[INFO] [stderr]     Checking streamline-s3-sink v0.1.0 (/opt/rustwide/workdir/transforms/s3-sink)
[INFO] [stderr]     Checking streamline-bigquery-sink v0.1.0 (/opt/rustwide/workdir/transforms/bigquery-sink)
[INFO] [stderr]     Checking streamline-mysql-sink v0.1.0 (/opt/rustwide/workdir/transforms/mysql-sink)
[INFO] [stderr]     Checking streamline-elasticsearch-sink v0.1.0 (/opt/rustwide/workdir/transforms/elasticsearch-sink)
[INFO] [stderr]     Checking streamline-slack-sink v0.1.0 (/opt/rustwide/workdir/transforms/slack-sink)
[INFO] [stderr]     Checking streamline-postgres-connector v0.1.0 (/opt/rustwide/workdir/transforms/postgres-connector)
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking streamline-mongodb-sink v0.1.0 (/opt/rustwide/workdir/transforms/mongodb-sink)
[INFO] [stderr]     Checking ai-classifier v0.1.0 (/opt/rustwide/workdir/transforms/ai-classifier)
[INFO] [stdout] warning: field `api_key_env` is never read
[INFO] [stdout]   --> transforms/ai-classifier/src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct Config {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     api_key_env: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `api_key_env` is never read
[INFO] [stdout]   --> transforms/ai-classifier/src/lib.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct Config {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     api_key_env: String,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking streamline-marketplace-cli v0.3.0 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Checking streamline-marketplace-registry v0.3.0 (/opt/rustwide/workdir/registry)
[INFO] [stdout] warning: struct `MarketplacePortal` is never constructed
[INFO] [stdout]   --> registry/src/portal.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct MarketplacePortal {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PortalConfig` is never constructed
[INFO] [stdout]   --> registry/src/portal.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct PortalConfig {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MarketplaceEntry` is never constructed
[INFO] [stdout]   --> registry/src/portal.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub struct MarketplaceEntry {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PublisherInfo` is never constructed
[INFO] [stdout]   --> registry/src/portal.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct PublisherInfo {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Review` is never constructed
[INFO] [stdout]   --> registry/src/portal.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct Review {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Pricing` is never used
[INFO] [stdout]   --> registry/src/portal.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub enum Pricing {
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PortalUser` is never constructed
[INFO] [stdout]   --> registry/src/portal.rs:89:12
[INFO] [stdout]    |
[INFO] [stdout] 89 | pub struct PortalUser {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PortalStats` is never constructed
[INFO] [stdout]   --> registry/src/portal.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 | pub struct PortalStats {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SortOption` is never used
[INFO] [stdout]    --> registry/src/portal.rs:108:10
[INFO] [stdout]     |
[INFO] [stdout] 108 | pub enum SortOption {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PortalStatsSnapshot` is never constructed
[INFO] [stdout]    --> registry/src/portal.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout] 117 | pub struct PortalStatsSnapshot {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> registry/src/portal.rs:156:12
[INFO] [stdout]     |
[INFO] [stdout] 154 | impl MarketplacePortal {
[INFO] [stdout]     | ---------------------- associated items in this implementation
[INFO] [stdout] 155 |     /// Create a new marketplace portal with the given configuration.
[INFO] [stdout] 156 |     pub fn new(config: PortalConfig) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     pub async fn publish_transform(&self, mut entry: MarketplaceEntry) -> Result<String, String> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 |     pub async fn get_transform(&self, id: &str) -> Option<MarketplaceEntry> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |     pub async fn list_transforms(
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 232 |     pub async fn search(&self, query: &str) -> Vec<MarketplaceEntry> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub async fn add_review(&self, transform_id: &str, review: Review) -> Result<(), String> {
[INFO] [stdout]     |                  ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 280 |     pub async fn get_featured(&self) -> Vec<MarketplaceEntry> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 290 |     pub async fn get_popular(&self, limit: usize) -> Vec<MarketplaceEntry> {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 299 |     pub async fn register_user(&self, mut user: PortalUser) -> Result<String, String> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 320 |     pub async fn record_download(&self, transform_id: &str, user_id: Option<&str>) -> Result<(), String> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |     pub fn stats(&self) -> PortalStatsSnapshot {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `chrono_now` is never used
[INFO] [stdout]    --> registry/src/portal.rs:354:4
[INFO] [stdout]     |
[INFO] [stdout] 354 | fn chrono_now() -> String {
[INFO] [stdout]     |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SandboxLevel` is never used
[INFO] [stdout]   --> registry/src/security.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum SandboxLevel {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WasmSecurityPolicy` is never constructed
[INFO] [stdout]   --> registry/src/security.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct WasmSecurityPolicy {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Severity` is never used
[INFO] [stdout]   --> registry/src/security.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub enum Severity {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WasmImport` is never constructed
[INFO] [stdout]   --> registry/src/security.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct WasmImport {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WasmExport` is never constructed
[INFO] [stdout]   --> registry/src/security.rs:68:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub struct WasmExport {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SecurityViolation` is never constructed
[INFO] [stdout]   --> registry/src/security.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub struct SecurityViolation {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SecurityAudit` is never constructed
[INFO] [stdout]   --> registry/src/security.rs:81:12
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub struct SecurityAudit {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PublishedVersion` is never constructed
[INFO] [stdout]   --> registry/src/security.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub struct PublishedVersion {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VersionManager` is never constructed
[INFO] [stdout]    --> registry/src/security.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct VersionManager {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> registry/src/security.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | impl VersionManager {
[INFO] [stdout]     | ------------------- associated items in this implementation
[INFO] [stdout] 111 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 |     pub fn publish_version(&mut self, name: &str, version: PublishedVersion) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 131 |     pub fn yank_version(&mut self, name: &str, version: &str) -> Result<(), String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     pub fn get_latest(&self, name: &str) -> Option<&PublishedVersion> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |     pub fn get_version(&self, name: &str, version: &str) -> Option<&PublishedVersion> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn list_versions(&self, name: &str) -> Vec<&PublishedVersion> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     pub fn is_compatible(version: &PublishedVersion, streamline_version: &str) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_semver` is never used
[INFO] [stdout]    --> registry/src/security.rs:183:4
[INFO] [stdout]     |
[INFO] [stdout] 183 | fn parse_semver(s: &str) -> (u64, u64, u64) {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SecurityAuditor` is never constructed
[INFO] [stdout]    --> registry/src/security.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub struct SecurityAuditor {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> registry/src/security.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 199 | impl SecurityAuditor {
[INFO] [stdout]     | -------------------- associated items in this implementation
[INFO] [stdout] 200 |     pub fn new(policy: WasmSecurityPolicy) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |     pub fn default_allowed_imports() -> HashSet<String> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     pub fn audit_binary(&self, name: &str, wasm_bytes: &[u8]) -> SecurityAudit {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 |     fn read_leb128(bytes: &[u8], pos: usize) -> Option<(u32, usize)> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 337 |     fn read_name(bytes: &[u8], pos: usize) -> Option<(String, usize)> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 349 |     fn find_section(bytes: &[u8], target_id: u8) -> Option<(usize, usize)> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 364 |     fn extern_kind_name(kind: u8) -> &'static str {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 375 |     fn parse_imports(bytes: &[u8]) -> Vec<WasmImport> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 445 |     fn parse_exports(bytes: &[u8]) -> Vec<WasmExport> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 488 |     fn skip_limits(bytes: &[u8], pos: usize) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 504 |     fn calculate_risk_score(violations: &[SecurityViolation]) -> u8 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TransformMetadata` is never constructed
[INFO] [stdout]    --> registry/src/store.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct TransformMetadata {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TransformCategory` is never used
[INFO] [stdout]    --> registry/src/store.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub enum TransformCategory {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TransformMetadata` is never constructed
[INFO] [stdout]    --> registry/src/store.rs:179:12
[INFO] [stdout]     |
[INFO] [stdout] 179 | pub struct TransformMetadata {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TransformCategory` is never used
[INFO] [stdout]    --> registry/src/store.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 | pub enum TransformCategory {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.49s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21", kill_on_drop: false }`
[INFO] [stdout] ca5f6462f47a23638c3e9b14c4d67d646bf3fbf9a52793a85601f6d44286ec21
